projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9064ef0
)
(iconify-or-deiconify-frame): Define to be a
author
Richard M. Stallman
<rms@gnu.org>
Sun, 8 Dec 1996 08:24:03 +0000
(08:24 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 8 Dec 1996 08:24:03 +0000
(08:24 +0000)
no-op, so commands that call it (like viper.el) work.
lisp/term/pc-win.el
patch
|
blob
|
history
diff --git
a/lisp/term/pc-win.el
b/lisp/term/pc-win.el
index 57ba7eb15680760411fa656012ccfd8f331199e0..50d101f9ef50008626f0048adf3ad6e1657a47c6 100644
(file)
--- a/
lisp/term/pc-win.el
+++ b/
lisp/term/pc-win.el
@@
-295,6
+295,9
@@
The value may be different for frames on different X displays."
(defun x-frob-font-slant (font which)
font)
+;; From lisp/term/x-win.el: make iconify-or-deiconify-frame a no-op.
+(fset 'iconify-or-deiconify-frame 'ignore)
+
;; From lisp/frame.el
(fset 'set-default-font 'ignore)
(fset 'set-mouse-color 'ignore) ; We cannot, I think.